Everything Totally Explained


Ask & we'll explain, totally!
Computer architecture simulator
Totally Explained


  NEW! All the latest news in the worlds of computer gaming, entertainment, the environment,  
finance, health, politics, science, stocks & shares, technology and much, much, more.  


View this entry using RSS

Everything about Computer Architecture Simulator totally explained

In computer science, a computer architecture simulator, or an architectural simulator, is a piece of software to model computer devices (or components) to predict outputs and performance metrics on a given input. An architectural simulator can model a target microprocessor only (see Instruction Set Simulator), or an entire computer system (see Full system simulator) including a processor, a memory system, and I/O devices.==Categories== Computer architecture simulators can be classified into many different categories depending on the context.
  • scope: micro-architecture vs. full-system simulators. The modeled scope could be only one microprocessor or the whole computer system.
  • Detail: functional s. timing (or performance) simulators. Functional simulators emphasize achieving the same function as the modeled components(What to be done.), while timing simulators strive to accurately reproduce the performance/timing features (When is done.) of the targets in addition to their functionalities.
  • Input: trace-driven(or event-driven) vs. execution-driven simulators. Traces/Events are pre-recorded streams of instructions with some fixed input. Execution-driven simulators allow dynamic change of instructions to be executed depending on different input data.

    Benefits of simulators

    Architectural simulators are very useful for the following purposes:
  • evaluating different hardware designs without building costly physical hardware systems.
  • enabling the opportunities to access non-existing computer components or systems
  • obtaining detailed performance metrics: A single execution of simulators can often generate a large set of performance data.
  • debugging: Debugging on real hardware typically require re-booting and re-running the code to reproduce the problems. In contrast, some simulators have a fully-controlled environment and allow software developers to run code backward once an error is detected.

Implementations

Some popular architectural simulators include:
  • PTLsim, a cycle accurate x86-64 full system simulator
  • SimpleScalar: a microarchitectural simulator suite
  • Simics: a full system simulator
  • SESC:a cycle-accurate architectural simulatorFurther Information

    Get more info on 'Computer Architecture Simulator'.


    External Link Exchanges

    Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

      <a href="http://computer_architecture_simulator.totallyexplained.com">Computer architecture simulator Totally Explained</a>

    Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
       As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



  • Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
    This article contains text from the Wikipedia article Computer architecture simulator (History) and is released under the GFDL | RSS Version